home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wcnews_1_0_30.lha / ChangesSince_Rel26 < prev    next >
Text File  |  1993-03-20  |  285b  |  11 lines

  1. wusel, Sat, 20 Mar 1993 20:46:49 +0100:
  2.  
  3.  o fixed enforcer hit in newscontrol.c; when creating a unmoderated newgroup,
  4.    strtok() returned NULL. The line causing the hit:
  5.  
  6.       moderated = *(strtok(NULL, SEP)) =='m' ? SUCCESS : FAIL;
  7.  
  8.  o fixes AREXX script uulib:news/bin/newgroup
  9.  
  10.  
  11.